home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / sb_bust.swf / scripts / DefineSprite_1685 / frame_1 / PlaceObject2_2_125 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2006-07-26  |  221b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(scrollUp == true)
  3.    {
  4.       _parent.txt_highScore.scroll--;
  5.    }
  6.    else if(scrollDown == true)
  7.    {
  8.       _parent.txt_highScore.scroll = _parent.txt_highScore.scroll + 1;
  9.    }
  10. }
  11.